Original article: http://www.irritatedvowel.com/Programming/Standards.aspx
. NET Programming Standards and Naming ConventionsCommon. NET Naming Conventions
These are the industry-accepted standard naming conventions for J #, C # and VB. NET
Summary of naming rules for C ++, Java, and C #Preface
Since C ++, Java, and C # are often used as development languages in development work, naming conventions often cause some problems to me. On the one hand, naming conventions do not have the
Reference, to be viewed
Naming Conventions for. Net/C # ProjectsMartin Zahn, akadia AG, 2018.3.2003
The original of this document was developed by the Microsoft Special Interest Group. We made some Addons.
This
The naming conventions are followed primarily for the developer to be easy to understand and maintain consistency with the framework elements.
Casing conventions
Casing rules for identifiers: In order to differentiate multiple words in
Naming Conventions (2) general naming conventionsWord Selection
For the name of the identifier in the framework, it is very important to achieve a clear effect. The identifier name should clearly express what each member is doing and what each type
Some design and naming conventions in database development 2011-03-21 13:41 Great white sharks. Blogfont Size:T | T Database development involves many aspects of the content, this article will introduce a part of you, I hope you can harvest what
I. The significance of the existence of norms The application coding specification is particularly important for the software itself and for software developers for several reasons:
1, good coding standards can reduce the maintenance cost
Learn Java from the beginning, some essays and information to help you rememberA naming convention1) Package: Names should all be nouns or noun phrases, all lowercase, between words with "." The general use of the company/organization website domain
An identifier is a name that is given to a variable, class, or method. You can start with a letter, underscore, or dollar sign, case-sensitive, and no maximum length limit. (except keywords)Key words
Access control
Private
1. keywordsC # defines some keywords (public/static/void/class/int/string) that are used to form the basic syntax of C #.The blue word in VS is the key word.The Main, String, console, and so on are not keywords. And just. NET class Library provides
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.